home *** CD-ROM | disk | FTP | other *** search
- Path: svusenet.ubs.ch!usenet
- From: Daniel Ponti <daniel.ponti@ubs.ch>
- Newsgroups: comp.lang.c++
- Subject: Check for dll
- Date: Wed, 24 Jan 1996 14:29:36 +0100
- Organization: Union Bank of Switzerland
- Message-ID: <31063440.2CDE@ubs.ch>
- NNTP-Posting-Host: wscognac.flur.zuerich.ubs.ch
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b3 (X11; I; SunOS 5.3 sun4c)
-
- Is there a possibility to check for a specific dll in the memory?
- I have not found a windows api function. There is only one to free
- a dll by its handler (FreeLibrary) and one to load a dll
- (LoadLibrary) but no one for check a dll already in the memory.
-
- Thanks for any hints
- Daniel
-